home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Sample 2.4 Think C distribution / abou.h < prev    next >
Text File  |  1990-07-09  |  356b  |  16 lines

  1. /*______________________________________________________________________
  2.  
  3.     abou.h - About Window Manager Interface.
  4.     
  5.     Copyright © 1988, 1989, 1990, Northwestern University.
  6. _____________________________________________________________________*/
  7.  
  8. #ifndef __abou__
  9. #define __abou__
  10.  
  11. extern Boolean abou_IsOpen (void);
  12. extern void abou_Open (void);
  13.  
  14. #endif
  15.  
  16.